home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / c / qtools0.2-src.lha / src / libqbuild / tjunc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-13  |  91 b   |  9 lines

  1. #ifndef    TJUNC_H
  2. #define    TJUNC_H
  3.  
  4. /* tjunc.c */
  5.  
  6. void tjunc(struct node *headnode);
  7.  
  8. #endif
  9.